* indent.el (indent-line-function): Doc fix.
authorJim Blandy <jimb@redhat.com>
Mon, 15 Mar 1993 06:01:50 +0000 (06:01 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 15 Mar 1993 06:01:50 +0000 (06:01 +0000)
lisp/indent.el

index 732daa4782a589fda9de85537e3433a9a71685c2..73c9561b1adf3f761bd5ee1649bc042b8ea03106 100644 (file)
@@ -23,7 +23,7 @@
 ;;; Code:
 
 (defvar indent-line-function 'indent-to-left-margin "\
-Function to indent current line.");Now in loaddefs.el
+Function to indent current line.")
 
 (defun indent-according-to-mode ()
   "Indent line in proper way for current major mode."